[INFO] cloning repository https://github.com/AmritRai1234/Openssh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AmritRai1234/Openssh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritRai1234%2FOpenssh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritRai1234%2FOpenssh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 56b078e944438f407bfc7e10499680f93242b20f
[INFO] fixing AmritRai1234/Openssh against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmritRai1234%2FOpenssh" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AmritRai1234/Openssh
[INFO] finished tweaking git repo https://github.com/AmritRai1234/Openssh
[INFO] tweaked toml for git repo https://github.com/AmritRai1234/Openssh written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AmritRai1234/Openssh on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AmritRai1234/Openssh already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding http-range-header v0.4.2
[INFO] [stderr]       Adding mime_guess v2.0.5
[INFO] [stderr]       Adding tokio-util v0.7.18
[INFO] [stderr]       Adding unicase v2.9.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a
[INFO] running `Command { std: "docker" "start" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating relay/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating shared/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating host/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Migrating client/Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]    Compiling zerocopy-derive v0.8.40
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]     Checking as-slice v0.2.1
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling built v0.8.0
[INFO] [stderr]    Compiling av-scenechange v0.14.1
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking aligned v0.4.3
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling profiling-procmacros v1.0.17
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking equator v0.4.2
[INFO] [stderr]    Compiling rav1e v0.8.1
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking core2 v0.4.0
[INFO] [stderr]     Checking y4m v0.8.0
[INFO] [stderr]     Checking quick-error v2.0.1
[INFO] [stderr]    Compiling pastey v0.1.1
[INFO] [stderr]     Checking bitstream-io v4.9.0
[INFO] [stderr]     Checking aligned-vec v0.6.4
[INFO] [stderr]     Checking profiling v1.0.17
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling fax_derive v0.2.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking block-padding v0.3.3
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking imgref v1.12.0
[INFO] [stderr]    Compiling noop_proc_macro v0.3.0
[INFO] [stderr]     Checking zune-core v0.4.12
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking fax v0.2.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking zune-jpeg v0.4.21
[INFO] [stderr]     Checking avif-serialize v0.8.8
[INFO] [stderr]     Checking zune-inflate v0.2.54
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking v_frame v0.3.9
[INFO] [stderr]     Checking rgb v0.8.53
[INFO] [stderr]     Checking pxfm v0.1.28
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zune-jpeg v0.5.12
[INFO] [stderr]     Checking gif v0.14.1
[INFO] [stderr]     Checking image-webp v0.2.4
[INFO] [stderr]     Checking num-iter v0.1.45
[INFO] [stderr]     Checking zerocopy v0.8.40
[INFO] [stderr]     Checking png v0.18.1
[INFO] [stderr]     Checking md5 v0.7.0
[INFO] [stderr]     Checking hex-literal v0.4.1
[INFO] [stderr]     Checking clap_lex v1.0.0
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking socket2 v0.6.2
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking russh-cryptovec v0.7.3
[INFO] [stderr]     Checking getrandom v0.3.4
[INFO] [stderr]     Checking dirs v5.0.1
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking password-hash v0.4.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking cbc v0.1.2
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking polyval v0.6.2
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking scrypt v0.11.0
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]     Checking ghash v0.5.1
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking bcrypt-pbkdf v0.10.0
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking clap_builder v4.5.60
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.31.0
[INFO] [stderr]     Checking pkcs5 v0.7.1
[INFO] [stderr]     Checking aes-gcm v0.10.3
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking signal-hook v0.3.18
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking mio v0.8.11
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking pkcs1 v0.7.5
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking rustix v1.1.4
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking crossterm v0.27.0
[INFO] [stderr]     Checking nix v0.25.1
[INFO] [stderr]     Checking moxcms v0.7.11
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.22
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking compact_str v0.7.1
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]     Checking p256 v0.13.2
[INFO] [stderr]     Checking p521 v0.13.3
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking env_filter v1.0.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking filedescriptor v0.8.3
[INFO] [stderr]     Checking env_logger v0.11.9
[INFO] [stderr]     Checking hashlink v0.10.0
[INFO] [stderr]    Compiling stability v0.2.1
[INFO] [stderr]     Checking matchit v0.8.4
[INFO] [stderr]     Checking shell-words v1.1.1
[INFO] [stderr]     Checking bcrypt v0.16.0
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking clap v4.5.60
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking ratatui v0.26.3
[INFO] [stderr]     Checking tempfile v3.26.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking half v2.7.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tiff v0.10.3
[INFO] [stderr]     Checking exr v1.74.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking portable-pty v0.8.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking rand v0.9.2
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking tungstenite v0.28.0
[INFO] [stderr]     Checking tokio-tungstenite v0.28.0
[INFO] [stderr]     Checking rsa v0.9.10
[INFO] [stderr]     Checking axum v0.8.8
[INFO] [stderr]     Checking ssh-key v0.6.7
[INFO] [stderr]     Checking num-rational v0.4.2
[INFO] [stderr]     Checking av1-grain v0.2.5
[INFO] [stderr]     Checking russh-keys v0.44.0
[INFO] [stderr]     Checking russh v0.44.1
[INFO] [stderr]     Checking rusqlite v0.33.0
[INFO] [stderr]     Checking ravif v0.12.0
[INFO] [stderr]     Checking image v0.25.9
[INFO] [stderr]     Checking qrcode v0.14.1
[INFO] [stderr]     Checking shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]    Migrating shared/src/lib.rs from 2021 edition to 2024
[INFO] [stderr]     Checking client v0.1.0 (/opt/rustwide/workdir/client)
[INFO] [stderr]     Checking relay v0.1.0 (/opt/rustwide/workdir/relay)
[INFO] [stderr]     Checking host v0.1.0 (/opt/rustwide/workdir/host)
[INFO] [stderr]    Migrating client/src/main.rs from 2021 edition to 2024
[INFO] [stderr]    Migrating relay/src/main.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed relay/src/main.rs (1 fix)
[INFO] [stderr]    Migrating host/src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> host/src/main.rs:357:49
[INFO] [stdout]     |
[INFO] [stdout] 357 |                     while let Ok(Some(entry)) = entries.next_entry().await {
[INFO] [stdout]     |                                       -----     ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                       |         |                    |
[INFO] [stdout]     |                                       |         |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                       |         |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       |         |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                       |         |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                       |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                       |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       `entry` calls a custom destructor
[INFO] [stdout]     |                                       `entry` will be dropped later as of Edition 2024
[INFO] [stdout] 358 |                         if let Ok(meta) = entry.metadata().await {
[INFO] [stdout]     |                                           ----------------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 371 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> host/src/main.rs:457:41
[INFO] [stdout]      |
[INFO] [stdout]  432 |           match russh::client::connect(config, cli.relay.as_str(), handler).await {
[INFO] [stdout]      |                 -----------------------------------------------------------------
[INFO] [stdout]      |                 |                                                           |
[INFO] [stdout]      |                 |                                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  433 |               Ok(mut session) => {
[INFO] [stdout]      |                  -----------
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `session` calls a custom destructor
[INFO] [stdout]      |                  `session` will be dropped later as of Edition 2024
[INFO] [stdout]  434 |                   match session
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]  435 | |                     .authenticate_publickey(format!("host:{}", cli.id), key.clone())
[INFO] [stdout]  436 | |                     .await
[INFO] [stdout]      | |                      -----
[INFO] [stdout]      | |                      |   |
[INFO] [stdout]      | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  445 |                               let relay_fp = observed_fp.lock().await.clone();
[INFO] [stdout]      |                                              ------------------------
[INFO] [stdout]      |                                              |                  |
[INFO] [stdout]      |                                              |                  this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                              |                  `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                              `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                              `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  457 |                           if let Err(e) = session.await {
[INFO] [stdout]      |                                      -    ^^^^^^^^-----
[INFO] [stdout]      |                                      |    |       |
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                      |    |       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                      |    |       `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                      |    up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                      |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `e` calls a custom destructor
[INFO] [stdout]      |                                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  460 |                       }
[INFO] [stdout]      |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  463 |                           tokio::time::sleep(Duration::from_secs(30)).await;
[INFO] [stdout]      |                           -------------------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  464 |                       }
[INFO] [stdout]  465 |                       Err(e) => warn!("Auth error: {}", e),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  468 |               Err(e) => warn!("Connection failed: {}", e),
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  472 |           tokio::time::sleep(backoff).await;
[INFO] [stdout]      |           ---------------------------------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> host/src/main.rs:434:23
[INFO] [stdout]      |
[INFO] [stdout]  432 |           match russh::client::connect(config, cli.relay.as_str(), handler).await {
[INFO] [stdout]      |                 -----------------------------------------------------------------
[INFO] [stdout]      |                 |                                                           |
[INFO] [stdout]      |                 |                                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  433 |               Ok(mut session) => {
[INFO] [stdout]      |                  -----------
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `session` calls a custom destructor
[INFO] [stdout]      |                  `session` will be dropped later as of Edition 2024
[INFO] [stdout]  434 |                   match session
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]  435 | |                     .authenticate_publickey(format!("host:{}", cli.id), key.clone())
[INFO] [stdout]  436 | |                     .await
[INFO] [stdout]      | |                      ----^
[INFO] [stdout]      | |                      |   |
[INFO] [stdout]      | |                      |   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                      |   up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                        up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  445 |                               let relay_fp = observed_fp.lock().await.clone();
[INFO] [stdout]      |                                              ------------------------
[INFO] [stdout]      |                                              |                  |
[INFO] [stdout]      |                                              |                  this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                              |                  `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                              `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                              `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  457 |                           if let Err(e) = session.await {
[INFO] [stdout]      |                                      -    -------------
[INFO] [stdout]      |                                      |    |       |
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                      |    |       `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                      |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `e` calls a custom destructor
[INFO] [stdout]      |                                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  463 |                           tokio::time::sleep(Duration::from_secs(30)).await;
[INFO] [stdout]      |                           -------------------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  464 |                       }
[INFO] [stdout]  465 |                       Err(e) => warn!("Auth error: {}", e),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  466 |                   }
[INFO] [stdout]  467 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  468 |               Err(e) => warn!("Connection failed: {}", e),
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  472 |           tokio::time::sleep(backoff).await;
[INFO] [stdout]      |           ---------------------------------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> host/src/main.rs:357:49
[INFO] [stdout]     |
[INFO] [stdout] 357 |                     while let Ok(Some(entry)) = entries.next_entry().await {
[INFO] [stdout]     |                                       -----     ^^^^^^^^^^^^^^^^^^^^^-----
[INFO] [stdout]     |                                       |         |                    |
[INFO] [stdout]     |                                       |         |                    this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]     |                                       |         |                    up until Edition 2021 `#4` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       |         |                    this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                       |         |                    `#1` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       |         this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]     |                                       |         up until Edition 2021 `#3` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]     |                                       |         `__awaitee` calls a custom destructor
[INFO] [stdout]     |                                       |         `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]     |                                       `entry` calls a custom destructor
[INFO] [stdout]     |                                       `entry` will be dropped later as of Edition 2024
[INFO] [stdout] 358 |                         if let Ok(meta) = entry.metadata().await {
[INFO] [stdout]     |                                           ----------------------
[INFO] [stdout]     |                                           |
[INFO] [stdout]     |                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]     |                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 371 |                     }
[INFO] [stdout]     |                     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout] note: `#3` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout] note: `entry` invokes this custom destructor
[INFO] [stdout]    --> /rustc/622891a4e29178280638a6b63a8908bde2c0c854/library/std/src/sys/fs/unix.rs:1011:0
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> host/src/main.rs:457:41
[INFO] [stdout]      |
[INFO] [stdout]  432 |           match russh::client::connect(config, cli.relay.as_str(), handler).await {
[INFO] [stdout]      |                 -----------------------------------------------------------------
[INFO] [stdout]      |                 |                                                           |
[INFO] [stdout]      |                 |                                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  433 |               Ok(mut session) => {
[INFO] [stdout]      |                  -----------
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `session` calls a custom destructor
[INFO] [stdout]      |                  `session` will be dropped later as of Edition 2024
[INFO] [stdout]  434 |                   match session
[INFO] [stdout]      |  _______________________-
[INFO] [stdout]  435 | |                     .authenticate_publickey(format!("host:{}", cli.id), key.clone())
[INFO] [stdout]  436 | |                     .await
[INFO] [stdout]      | |                      -----
[INFO] [stdout]      | |                      |   |
[INFO] [stdout]      | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  445 |                               let relay_fp = observed_fp.lock().await.clone();
[INFO] [stdout]      |                                              ------------------------
[INFO] [stdout]      |                                              |                  |
[INFO] [stdout]      |                                              |                  this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                              |                  `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                              `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                              `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  457 |                           if let Err(e) = session.await {
[INFO] [stdout]      |                                      -    ^^^^^^^^-----
[INFO] [stdout]      |                                      |    |       |
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                                      |    |       up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                      |    |       `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      |                                      |    up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                      |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `e` calls a custom destructor
[INFO] [stdout]      |                                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  460 |                       }
[INFO] [stdout]      |                       - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout] ...
[INFO] [stdout]  463 |                           tokio::time::sleep(Duration::from_secs(30)).await;
[INFO] [stdout]      |                           -------------------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  464 |                       }
[INFO] [stdout]  465 |                       Err(e) => warn!("Auth error: {}", e),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  468 |               Err(e) => warn!("Connection failed: {}", e),
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  472 |           tokio::time::sleep(backoff).await;
[INFO] [stdout]      |           ---------------------------------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout] note: `#14` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#15` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]     --> host/src/main.rs:434:23
[INFO] [stdout]      |
[INFO] [stdout]  432 |           match russh::client::connect(config, cli.relay.as_str(), handler).await {
[INFO] [stdout]      |                 -----------------------------------------------------------------
[INFO] [stdout]      |                 |                                                           |
[INFO] [stdout]      |                 |                                                           this value will be stored in a temporary; let us call it `#2`
[INFO] [stdout]      |                 |                                                           `#2` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]      |                 `#1` will be dropped later as of Edition 2024
[INFO] [stdout]      |                 `__awaitee` calls a custom destructor
[INFO] [stdout]      |                 `__awaitee` will be dropped later as of Edition 2024
[INFO] [stdout]  433 |               Ok(mut session) => {
[INFO] [stdout]      |                  -----------
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  `session` calls a custom destructor
[INFO] [stdout]      |                  `session` will be dropped later as of Edition 2024
[INFO] [stdout]  434 |                   match session
[INFO] [stdout]      |  _______________________^
[INFO] [stdout]  435 | |                     .authenticate_publickey(format!("host:{}", cli.id), key.clone())
[INFO] [stdout]  436 | |                     .await
[INFO] [stdout]      | |                      ----^
[INFO] [stdout]      | |                      |   |
[INFO] [stdout]      | |                      |   this value will be stored in a temporary; let us call it `#14`
[INFO] [stdout]      | |                      |   up until Edition 2021 `#14` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      | |______________________|___this value will be stored in a temporary; let us call it `#3`
[INFO] [stdout]      |                        |   `#3` will be dropped later as of Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#15`
[INFO] [stdout]      |                        up until Edition 2021 `#15` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout]      |                        this value will be stored in a temporary; let us call it `#4`
[INFO] [stdout]      |                        `#4` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  445 |                               let relay_fp = observed_fp.lock().await.clone();
[INFO] [stdout]      |                                              ------------------------
[INFO] [stdout]      |                                              |                  |
[INFO] [stdout]      |                                              |                  this value will be stored in a temporary; let us call it `#7`
[INFO] [stdout]      |                                              |                  `#7` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#5`
[INFO] [stdout]      |                                              `#5` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                              this value will be stored in a temporary; let us call it `#6`
[INFO] [stdout]      |                                              `#6` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  457 |                           if let Err(e) = session.await {
[INFO] [stdout]      |                                      -    -------------
[INFO] [stdout]      |                                      |    |       |
[INFO] [stdout]      |                                      |    |       this value will be stored in a temporary; let us call it `#9`
[INFO] [stdout]      |                                      |    |       `#9` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      |    this value will be stored in a temporary; let us call it `#8`
[INFO] [stdout]      |                                      |    `#8` will be dropped later as of Edition 2024
[INFO] [stdout]      |                                      `e` calls a custom destructor
[INFO] [stdout]      |                                      `e` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  463 |                           tokio::time::sleep(Duration::from_secs(30)).await;
[INFO] [stdout]      |                           -------------------------------------------------
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#10`
[INFO] [stdout]      |                           `#10` will be dropped later as of Edition 2024
[INFO] [stdout]  464 |                       }
[INFO] [stdout]  465 |                       Err(e) => warn!("Auth error: {}", e),
[INFO] [stdout]      |                           -
[INFO] [stdout]      |                           |
[INFO] [stdout]      |                           this value will be stored in a temporary; let us call it `#11`
[INFO] [stdout]      |                           `#11` will be dropped later as of Edition 2024
[INFO] [stdout]  466 |                   }
[INFO] [stdout]  467 |               }
[INFO] [stdout]      |               - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]  468 |               Err(e) => warn!("Connection failed: {}", e),
[INFO] [stdout]      |                   -
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   this value will be stored in a temporary; let us call it `#12`
[INFO] [stdout]      |                   `#12` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout]  472 |           tokio::time::sleep(backoff).await;
[INFO] [stdout]      |           ---------------------------------
[INFO] [stdout]      |           |
[INFO] [stdout]      |           this value will be stored in a temporary; let us call it `#13`
[INFO] [stdout]      |           `#13` will be dropped later as of Edition 2024
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#14` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#1` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#2` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `session` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: `#4` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#5` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#7` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/sync/mutex.rs:964:1
[INFO] [stdout]      |
[INFO] [stdout]  964 | impl<T: ?Sized> Drop for MutexGuard<'_, T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#8` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/russh-0.44.1/src/client/mod.rs:218:1
[INFO] [stdout]      |
[INFO] [stdout]  218 | impl<H: Handler> Drop for Handle<H> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#9` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `e` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#10` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: `#11` may invoke a custom destructor because it contains a trait object
[INFO] [stdout] note: `#12` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/error.rs:713:1
[INFO] [stdout]      |
[INFO] [stdout]  713 | impl Drop for Error {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] note: `#13` invokes this custom destructor
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/pin-project-lite-0.2.17/src/lib.rs:1317:9
[INFO] [stdout]      |
[INFO] [stdout] 1317 | /         impl $(<
[INFO] [stdout] 1318 | |             $( $lifetime $(: $lifetime_bound)? ,)*
[INFO] [stdout] 1319 | |             $( $generics
[INFO] [stdout] 1320 | |                 $(: $generics_bound)?
[INFO] [stdout] ...    |
[INFO] [stdout] 1323 | |             ),*
[INFO] [stdout] 1324 | |         >)? $crate::__private::Drop for $self_ty
[INFO] [stdout]      | |________________________________________________^
[INFO] [stdout]      |
[INFO] [stdout]     ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/time/entry.rs:280:1
[INFO] [stdout]      |
[INFO] [stdout]  280 | / pin_project! {
[INFO] [stdout] ...    |
[INFO] [stdout]  310 | | }
[INFO] [stdout]      | |_- in this macro invocation
[INFO] [stdout]      = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]      = warning: this changes meaning in Rust 2024
[INFO] [stdout]      = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]      = note: this warning originates in the macro `$crate::__pin_project_make_drop_impl` which comes from the expansion of the macro `pin_project` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] [stderr] crater-edition-check: relay v0.1.0 (/opt/rustwide/workdir/relay) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: shared v0.1.0 (/opt/rustwide/workdir/shared) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: host v0.1.0 (/opt/rustwide/workdir/host) updating edition from 2021 to 2024
[INFO] [stderr] crater-edition-check: client v0.1.0 (/opt/rustwide/workdir/client) updating edition from 2021 to 2024
[INFO] [stderr]     Checking shared v0.1.0 (/opt/rustwide/workdir/shared)
[INFO] [stderr]     Checking client v0.1.0 (/opt/rustwide/workdir/client)
[INFO] [stderr]     Checking host v0.1.0 (/opt/rustwide/workdir/host)
[INFO] [stderr]     Checking relay v0.1.0 (/opt/rustwide/workdir/relay)
[INFO] [stdout] warning: field `api_rate_limiter` is never read
[INFO] [stdout]    --> relay/src/main.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct AppState {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 114 |     api_rate_limiter: Arc<RateLimiter>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `api_rate_limiter` is never read
[INFO] [stdout]    --> relay/src/main.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 105 | struct AppState {
[INFO] [stdout]     |        -------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 114 |     api_rate_limiter: Arc<RateLimiter>,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 17s
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a", kill_on_drop: false }`
[INFO] [stdout] 8e6021ddbc9421f206259c66ac08c42290ea99bd16c0630798f69c1887d7f71a
